Search found 8 matches

by brandonautry
28 Jan 2014, 22:29
Forum: SFS2X iPhone / iPad / OSX API
Topic: Objective-C and SetUserPositionRequest
Replies: 4
Views: 9327

Re: Objective-C and SetUserPositionRequest

Well I attempted it last night and apparently was tired... spent like an hour on it and it was an "oh duh" moment as soon as I looked at it today :shock: . Thanks for your quick responses though!!
by brandonautry
28 Jan 2014, 17:13
Forum: SFS2X iPhone / iPad / OSX API
Topic: Objective-C and SetUserPositionRequest
Replies: 4
Views: 9327

Re: Objective-C and SetUserPositionRequest

FYI: THIS: [smartFox send:[SetUserPositionRequest requestWithPosition:[[Vec3D alloc] initWithX:[NSNumber numberWithFloat:player.position.x] Y:[NSNumber numberWithFloat:player.position.y]] mmoRoom:[smartFox lastJoinedRoom]]]; Does work ... if you convert it to what your extension is looking for... F...
by brandonautry
28 Jan 2014, 17:06
Forum: SFS2X iPhone / iPad / OSX API
Topic: Objective-C and SetUserPositionRequest
Replies: 4
Views: 9327

Re: Objective-C and SetUserPositionRequest

I actually figured it out! After looking at the Vec3D class I realized there was an internal static constructor that is looking for an array! So i did that and sfs2x is happy!
by brandonautry
28 Jan 2014, 16:48
Forum: SFS2X iPhone / iPad / OSX API
Topic: Objective-C and SetUserPositionRequest
Replies: 4
Views: 9327

Objective-C and SetUserPositionRequest

Hello! I'm trying to run the SetUserPositionRequest to start the Proximity_Update_List in my mmoRoom. However the Vec3D in objective-c is expecting the NSNumber datatype and I'm receiving this message on the server because IT is expecting a float/int: "java.lang.IllegalArgumentException: User c...
by brandonautry
27 Jan 2014, 15:03
Forum: SFS2X iPhone / iPad / OSX API
Topic: IOS and MMO rooms
Replies: 2
Views: 6390

Re: IOS and MMO rooms

Wow I'm a dork... Apparently I didn't remove the framework correctly from xcode. Thank you!!!!
by brandonautry
26 Jan 2014, 22:00
Forum: SFS2X iPhone / iPad / OSX API
Topic: Send public Message with storyboard
Replies: 3
Views: 7604

Re: Send public Message with storyboard

I was able to figure it out! I didn't understand how it worked, after some research I now understand the api. Thank you!
by brandonautry
26 Jan 2014, 21:57
Forum: SFS2X iPhone / iPad / OSX API
Topic: IOS and MMO rooms
Replies: 2
Views: 6390

IOS and MMO rooms

I am curious if the IOS framework has the MMOApi yet? I believe the answer is no as I am trying to implement it in my app and do not see any trace of it.
by brandonautry
11 Dec 2013, 15:21
Forum: SFS2X iPhone / iPad / OSX API
Topic: Send public Message with storyboard
Replies: 3
Views: 7604

Send public Message with storyboard

I'm having a problem with the simpleChat example. While the example uses xib's and I am using the storyboard I believe this is where my problem is. - (void)onPublicMessage:(SFSEvent *)evt { NSLog(@"AppDelegate::onPublicMessage"); ChatViewController * cvc = (ChatViewController *)_viewContro...

Go to advanced search