Search Results
I need help with MySQL. I have 20 players in and when i restart server and all players enter in same time server crashes. It seems fine when they enter in diffrent times. Do anyone knows the solution ...
61
Use OnPlayerStateChange. if(GetPlayerVehicleID(playerid) == VehID) { if(GetPlayerSkin(playerid) != 285) { SendClientMessage(playerid, COLOR_RED,"You can't drive this vehicle."); Remo...
136
I need SQLite scripter. If you help i'll pay with $$$! Contact xFire: everside
53
CMD:admins(playerid, params[]) { if(IsPlayerConnected(playerid)) { SendClientMessage(playerid,SERVER, " Online Administrators "); for(new i = 0; i < MAX_PLAYERS; i++) ...
116
Just a basic stuff to help players.
65
yes you need to include it in GM/fs and add on plugins line in server.cfg EDIT: Again
140
You can load more objects.. I think that you can add only 400 objects without streamer (unsure).. EDIT: Guy above was faster :/
140
OnFilterScriptInit.. add objects there...
140
Good job, i'll test it... Its nice idea to make last team standing..
760
Are you using streamer? EDIT: https://sampforum.blast.hk/showthread.php?tid=102865 try with this..
140
Type that and it will walk automaticly for you... You just need to steer
141
Код: if (strcmp("/modeling", cmdtext, true) == 0) { ApplyAnimation(playerid,"PED","WALK_civi",4.1,1,1,1,1,1); return 1; } or Код: CMD:modeling(playerid, params[]) { ApplyAnimation...
141
Thank you all I'm working on updates and fixing some bugs..
205
I had this problem once,but don't remember how i solved.I'll try to remember..
125