Search Results
The player will not return to class selection until they re-spawn. This can be achieved with TogglePlayerSpectating, as seen in the below example. source: https://sampwiki.blast.hk/wiki/ForceClassSel...
57
Код: D:\samp037_svr_R1_win32 (1)aa\gamemodes\FAKE.pwn(193) : error 017: undefined symbol "SetDynamicObjectMaterial" D:\samp037_svr_R1_win32 (1)aa\gamemodes\FAKE.pwn(194) : error 017: undefined sym...
76
Quote: Originally Posted by Vince https://sampforum.blast.hk/showthread.php?tid=570927 Can you do it in sscanf for me?
105
Here's the code PHP код: stock GetPlayerID(Name[]) {     new pName[24];     for(new i = 0; i < MAX_PLAYERS; i++)     {         GetPlayerName(i, pName, sizeof(p...
105
Quote: Originally Posted by TonyVk You dont need to change anything from first post,just in your enum add VIP it gets me error, whether i changed or not. is there something wrong with m...
97
still Quote: C:\Users\zero\Downloads\samp037_svr_R1_win32 (1)aa\gamemodes\FAKE.pwn(172) : error 017: undefined symbol "AccInfo" C:\Users\zero\Downloads\samp037_svr_R1_win32 (1)aa\gamemode...
97
So these are the error codes PHP код: C:\Users\zero\Downloads\samp037_svr_R1_win32 (1)aa\gamemodes\FAKE.pwn(96) : error 017: undefined symbol "pStats" C:\Users\zero\Downloads\samp037_svr...
97
Quote: Originally Posted by mamorunl You are getting a tag mismatch exception on 20 rows of code? Specify your row and don't let people guess. mysql_get_field("id", tmp);
98
to make it easier, can I get something outside of mysql database(table) and use it generally in coding? if it needs sscanf, please tell me how Like that ID example
98
well, here it gets me arguement type mismatch PHP код:     if(dialogid == DIALOG_REGISTER)     {         if(response)         {             if(!strlen(inp...
98
i dont really understand that ORM thing, I learnt SQL pretty well. Can anyone give me a_mysql where queries can be done?
95,763
PHP код: new Float:RandomSpawn[][4] = {     // Positions, (X, Y, Z and Facing Angle)     {-2796.9854, 1224.8180, 20.5429, 192.0335},     {-2454.2170, 503.8759, 30.0790...
151
Well, All I did was include the previous zcmd of 0.3z and then it crashed my server, nothing is working. the commands or the messages or even the server name Help?
68
I put the TDE.txd into the models file and it crashes, some help?
79
I did the NPC according to the tut of KC. and still nothing happens. I don't get the message of the connection or anything of that, what is wrong? that's the main gamemode PHP код: public On...
53
Quote: Originally Posted by bartekdvd Take a look at this: https://sampwiki.blast.hk/wiki/GetPlayerAnimationIndex I did, and I'm not really sure how to apply this in my cuff command. Ca...
98