Search found 2805 matches

by rjgtav
21 Sep 2009, 16:06
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Problem with switch userTemp for User
Replies: 2
Views: 4759

Hi there. Why don't you just connect to the zone instead of loging in a room as a guest? In my game (for example) the client first connects to the zone to check if the server is on. If it is, the user puts the data and then login a room.
by rjgtav
21 Sep 2009, 14:06
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Advanced Buddylist/ buddylist 2.0
Replies: 10
Views: 11116

Hi there. I have used the script from your example, but i've changed some things because you use smartfoxbits events and i use smartfoxserver's. Here are your scripts and mine: Your scipt: sfs.onBuddyPermissionRequest = onBuddyPermissionRequest ... function onBuddyPermissionRequest(sender:String...
by rjgtav
20 Sep 2009, 13:51
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Advanced Buddylist/ buddylist 2.0
Replies: 10
Views: 11116

Hi there. Here is my server config: <BuddyList active="true"> <size>200</size> <maxBuddyVariables>10</maxBuddyVariables> <mode>advanced</mode> <!-- Apply only for advanced mode --> <offLineBuddyVariables>true</offLineBuddyVariables> <permissionTimeOut>10</permissionTimeOut> <mutualAddBuddy...
by rjgtav
18 Sep 2009, 15:20
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Advanced Buddylist/ buddylist 2.0
Replies: 10
Views: 11116

Advanced Buddylist/ buddylist 2.0

Hi there. I liked the buddylist 2.0 and i putted it in my game. The problem is that when i send the buddy request, on the server debug appears that it sent the request but on the other client, the function onBuddyPermissionRequest doesn't fire. could you help me? ty. Version: Smartfoxserver Pro 1.6....
by rjgtav
16 Sep 2009, 18:19
Forum: SmartFoxServer 1.x Discussions and Help
Topic: RedBox and other smartfox's apps
Replies: 1
Views: 3613

RedBox and other smartfox's apps

Hi there. I don't need the other apps that come with smartfoxserver Pro 1.6.6 such as Bluebox, Redbox, etc. Is there a way to uninstall them? Thats because the server takes some time starting all of the apps. Thanks.
by rjgtav
11 Sep 2009, 11:45
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Deleted
Replies: 2
Views: 5266

Are you running the server with the ip 127.0.0? if yes, you need to change it to your ip. If you're using your ip, maybe something is blocking the ports. You don't need to upload te bat file.
by rjgtav
10 Sep 2009, 09:08
Forum: SmartFoxServer 1.x Discussions and Help
Topic: setUserVariables error
Replies: 6
Views: 8855

TypeError: Error #1009: Cannot access a property or method of a null object reference. at it.gotoandplay.smartfoxserver::SmartFoxClient/setUserVariables() at mainGame_sfs_fla::MainTimeline/setPlayerVariables() at mainGame_sfs_fla::MainTimeline/ frame70 () Could you post the script of frame 70 pls?
by rjgtav
10 Sep 2009, 08:20
Forum: SmartFoxServer 1.x Discussions and Help
Topic: setUserVariables error
Replies: 6
Views: 8855

Usually, when the id is -1, it means that the user isn't logged in a room. It has already happened to me.
by rjgtav
10 Sep 2009, 08:18
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Create room in zone without default rooms fails
Replies: 3
Views: 6183

@luoruize You're right.

@Vic The player needs to be connected to a room to interact wiht the server like creating rooms, talking, etc.
by rjgtav
03 Sep 2009, 10:22
Forum: SmartFoxServer 1.x Discussions and Help
Topic: User variables
Replies: 4
Views: 6879

Is anyone there?
by rjgtav
03 Sep 2009, 09:46
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Sending private messages
Replies: 6
Views: 8768

After testing, changing as, and testing again for about 100 times, i've discovered that the problem is with my minibuddylist that (doesn't save the id of the recipient), because if i put to send the id of the selected item of my buddylist, it sends the pm. *EDIT* lol. there was an error with the int...
by rjgtav
03 Sep 2009, 09:37
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Sending private messages
Replies: 6
Views: 8768

I don't understand the problem. I can retrieve the name of the recipient but i can't retrieve the id. why?
by rjgtav
03 Sep 2009, 09:17
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Sending private messages
Replies: 6
Views: 8768

here is my admin tool. as it shows, the 2 users are in the same room.

*EDIT*
Broken link and image size bug solved

[img=http://img215.imageshack.us/img215/8499/pmproblemt.th.png]
by rjgtav
03 Sep 2009, 08:55
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Sending private messages
Replies: 6
Views: 8768

I've changed my script because before the client was sending undefined objects as private messages. now the code is: function sendBuddyPrivateMessage(msg) { var item:Object = minibuddylist_lb.getSelectedItem() _global.pmUid = item.data.id if (input_txt.text.length > 0) &...
by rjgtav
03 Sep 2009, 08:48
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Sending private messages
Replies: 6
Views: 8768

Hi there. My 2 players are in the same room and in the same zone. only a question: they have userId but the playerId is 0. why?

Go to advanced search