Search Results
Quote: Originally Posted by Emmet_ lol, all the answers are wrong... You didn't use SetTimerEx, therefore you didn't pass the playerid, so it's always going to work for ID 0, but try this...
212
Ok i got a godcar cmd what works but onlyfor id 0 as i found out when i got my beta testers to test some stuff but im not sure why could you guys have a look, would be great thanks. Код: new GodM...
212
fixed the problem didnt put some code in onplayerdisconnect and onplayerconnect
170
i do not mean there last postion i mean the the last bit in the code Код: else { //not sure but the fix above might fix this as well SetPlayerPos(playerid, 405.7959, 2436.9858, 16.5000), ...
170
got a bit of a bug now with onplayerspawn when you forst connect andspawn you spawn in the second dm insteadof the the last postion Код: public OnPlayerSpawn(playerid) { new Random = random(...
170
That was what i did last time with the Float now i remember lol thanks Also thankyou both with my second error and thanks Gust for the third error miss typed should have been WTF not Wtf
170
I have it in a stock Код: stock WTFDeath(playerid) { if WTF[playerid] = 1; Freeze(playerid, 5000); // whatever it might look like for you return SetPlayerPos(playerid, WtfSpawns[Random][0], ...
170
edit my post before might have missed a few bits just say what the errors are.
107
use a timer to freeze yourself for so many seconds to give the objects sometime to load this is what i do and works fine for me in you teleport cmd put this Код: Freeze(playerid, 5000); at the ...
107
Ok ive got a few errors and would be great if someone could helpill start with the first few then go onto the rest as they a bit spread about here is the first on Код: public OnPlayerSpawn(playe...
170
You can do this with car in the Gm script but ive got a cmed to spawn a vehicle what i cant set the delay on or can i ? Код: CMD:v(playerid, params[]) { if(DeathMatch[playerid] != 0) return S...
77
IS there away to check if any cars are empty for so long that they respawn.
77
HI there ive got a vehicle teleport cmd but i would like to beable to block some vehicle being spawned how could i do this many thanks. Код: CMD:v(playerid, params[]) { if(DeathMatch[playerid] !...
71
ok im using a race system and tried to give money and score point but im not that grea if If and else some help would be great. Код: new winrar;//2617 if(Ranking == 1) { winrar = Winn...
68
thanks all repped who i could.
155
Im trying to make a stock to give playerscore (just to make it faster to script) but i can only setplayerscore how can i do giveplayerscore here is what i tried. Код: SetPlayerScore(GetPlayerScor...
155
You have no respone yoy need something like this you just need to change the respone to what you want it to do Код: if(dialogid == TELE) { if(response == 1) { switch(listitem) { ...
81