Search Results
i found the problem. it is that i use it on stock that saves all player variables, not the variable which i want to save
75
Hello, My server has been lagging since yesterday, when i re-scripted my mysql account system i found that the server stops working, when i update any field, for about 10sec that's the updating stock...
75
each time i try to use either strcmp or strfind in either OnClientMessage or OnPlayerText callback in NPC script the npc crashes for example : pawn Код: public OnPlayerText(playerid, text[]){Â...
46
My NPC crashes when i use strcmp in OnClientMessage
67
now the npc enters the vehicle but after it crashes after it finish the playback
66
Hey, i made this npc but i doesnt enter the vehcile and some times samp-npc.exe crashes the npc stands on vehcile but doesnt enter Код: #include <a_samp> #define FILTERSCRIPT new Taxi...
66
i fixed it changed from Код: enum pInfo { pX, pY, pZ, } to Код: enum pInfo { Float:pX, Float:pY, Float:pZ, }
93
i tried dini_FloatSet but failed too what is better to use instead of dini ?
93
Код: public OnPlayerDisconnect(playerid, reason) { new name[MAX_PLAYER_NAME]; GetPlayerName(playerid, name, sizeof(name)); GetPlayerPos(playerid, Float:PlayerInfo[playerid][pX], Float...
93
put it out of OnPlayerCommandText Код: public OnPlayerCommandText(playerid, cmdtext[]) { return 0; } CMD:detach(playerid, params[]) { new var0 = 0; var0 = GetPlayerVehicle...
84
you need to put the sscanf, mysql, streamer and audio in "plugins" folder and you dont have your gangwars.amx in your gamemodes folder Copy All The Server Folders From The Windows 7 pc to Windows XP ...
99
Quote: Originally Posted by SuperViper In OnGameModeInit you need to add DisableInteriorEnterExits(); Thats Works Thnx .. +REP
89
Hey I have been working on the server for over one week; I'm nearly done but i had a problem from the first day my problem is the default doors which are in the single player mod and any one can open...
89