Search Results
Should work with 0.3a/b/c, maybe in 0.2 also. Glad you like it
166
Hello, I've posted while ago a video about my multicharacter system. Since that this script has been on my hard drive and it has no use. Maybe somebody could use my "unique" idea to their server. Vi...
166
Solved it by creating: pawn Code: new CharName[MAX_PLAYERS][CHARACTERS][32]; When fetching data from MySQL(afterwards putted to dialog): pawn Code: CharName[playerid][i] = Field;i++; So that i is eq...
143
Is it possible and if is then how ?
143
I think it is better OnPlayerCOnnect...Becouse if you load them under gamemodeinit it will take more server resources than in OnPlayerConnect. And it will definitly use more textdraws aswell. E.g you ...
147
There is missing one ) in the end, check it.
146
Oh well, that was easy, but still having problem, that player doesn't spawn.. Is there any additional information needed to create proper spawn ? -e- Got it working right now...Needed SetSpawnInfo un...
144
Yeah, that's the problem. My OnPlayerSpawn pawn Code: public OnPlayerSpawn(playerid){    print("Onplayerspawn!");    TogglePlayerSpectating(playerid,0);    SetPlayerPos(playerid,258.4893,-41.4...
144
Hello, Can anybody post links here to full documentation of SampQueryApi and SampRconApi. I found page for downloading files but the links for documentations are broken. Thank you for response.
103
Can you show the OnPlayerCommandText ?
102
Hello.. Is this possible to insert data after each loop to string(not many strings) ? Data is holden in variables.
69
Mirror: http://www.speedyshare.com/files/24230650/GeoIP.zip
3,061
tabsize is not a solution. It is better to fix ur indetation and code looks better!
116
Hahaha, ohlol....Well you can laugh with me now Case closed. Thanks btw
110
I'm having issues with value - PlayerInfo[player][pReg]. It changes it's value from 1 to 0. I made log file to check its value like this: pawn Код: printf("Last check,  pReg is: %d", PlayerInfo[p...
110
For now, I tried packed string also...still same result. Maybe I should go for 3 queries ?
90
Okay, here is my bigger query, and it has some kinda overflow...Code was okay to me..but still there is error. pawn Код: #define PLAYER PlayerInfo[playerid]                        new...
90