Search Results
https://sampforum.blast.hk/showthread.php?pid=1854737#pid1854737
54
for (new i = 0; i <MAX_VEHICLES; i ++)
209
Quote: Originally Posted by Krass Kalсor go update samp right
9,621
maybe the problem is here if(connected[playerid] == true) return GameTextForPlayer(playerid, "~r~Spawn First", 5000, 5);
148
show me your PlayerTele function.
125
Quote: Originally Posted by Ilias_ How is possible to teleport a player if he's in a vehicle?I ve tried various scripts from the forum but no one worked. Here is the code: Код: CMD:dri...
125
try this https://pastebin.com/dm6qfmjR if its not work then show me the server logs.
71
try this PHP код: new PlayerText:WellTD[MAX_PLAYERS][2];//at the top of your gm new WEllTdTimer[MAX_PLAYERS];//at the top of your gm public OnPlayerConnect(playerid) {      ...
120
Quote: Originally Posted by RedRex I've got 2errors: Код: error 025: function heading differs from prototype error 025: function heading differs from prototype PHP код: forwar...
174
try this PHP код: if(GetPlayerWantedLevel(targetid) == 4 & 100)              {                  TimerArrest[targetid] = SetTimerEx("BeginArrestedTimer"...
174
try this PHP код: new CoolDown[MAX_PLAYERS],     CoolDownTimer[MAX_PLAYERS];      CMD:takejob(playerid, params[]) {     static         id = -1;     if(CoolDown[pla...
226
Quote: Originally Posted by sowad Is there any 0.3.8 server (except lsrp)? yeah!
34,105
Quote: Originally Posted by Locky_ I think you have not set the artwork configuration in server.cfg https://sampwiki.blast.hk/wiki/Server.cfg ye its working now
34,105
Quote: Originally Posted by dugi You actually have to define the custom models in artconfig.txt or use pawn functions, just adding the files to \models directory is not enough. i know s...
34,105
Quote: Originally Posted by dugi It seems fine, what is the problem you're having with it? Can you provide more info? server log.
34,105
Quote: Originally Posted by dugi Works on linux server for me, you must be doing something wrong. You might have wrong permissions on the models directory, you should paste the output of ...
34,105
Quote: Originally Posted by Locky_ You do not know how to do it. I'm running tests on Linux with no problems. ok tell me what to do.
34,105
Quote: Originally Posted by dugi Exactly the same as on windows server, you have to put your model files into \models directory, everything else is explained in first post. as i can see...
34,105