Search Results
That fixes2 caused OnPlayerUpdate to not be called so i removed it from my server
173
Use MTA to map your interiors and then put the map in your server,the tutorial section is your friend!
188
Use this: https://sampforum.blast.hk/showthread.php?tid=374156
153
Yes,save the vehicle that the player has spawned and destroy it when he uses the command again.
91
Quote: Originally Posted by W0rm i have the ooc channel and can be enabled/disabled, but is there a way to make the default chat global? i mean when i type in console something (a text), e...
169
If you want to teleport with your vehicle use this: pawn Код: new string[128], pName[MAX_PLAYER_NAME], vehicle, seat;        GetPlayerName(playerid, pName, MAX_PLAYER_NAME);        format(...
74
Quote: Originally Posted by [ABK]Antonio In the radius chat, add virtual world checks (make sure they're in the same) Can you please show me how to do it?I'm curently making a house sys...
138
Quote: Originally Posted by Ultra-Gaming Thanks What about the cuff system (zcmd) Also available on Search or the guy above me was so kind and has done it for you
74
Quote: Originally Posted by yLuSsSIoN I tried as you said and its giving me 8 Errors : pawn Код: C:\Users\User\Desktop\Downloads\filehost_SkyZone-GF\pronion\filterscripts\veh.pwn(245) ...
141
Next time use [pawn] tags not [pawno] Simply check if the player is an admin or not.
141
Quote: Originally Posted by Geeboi_Mehdi i got Error pawn Код: C:\Users\Daoud\Desktop\Trucking Life\pawno\include\PPC_PlayerCommands.inc(5095) : error 017: undefined symbol "insull"C:\...
200
Here is a simple tutoria.Next time use search! https://sampforum.blast.hk/showthread.php?tid=278006
84
You can try mine method: pawn Код: if(dialogid==reg1)    {        if(response==0)        {                //kick player and send him an error message about canceling registratio...
79
Quote: Originally Posted by =WoR=G4M3Ov3r PHP код: if (strcmp("/ls", cmdtext, true, 10) == 0)      {      new veh;      veh=GetPlayerVehicleID(playerid);   Â...
147
You need to find the timer that moves you to class selection and increase it to 10 seconds.
155
Hi I have started to make an anticheat.Would using OnPlayerUpdate lag the server too much or should i put it in a 1 second timer? What would be better?
152