Search Results
thanks :P i'll maybe add more features on this tutorial when i have the time & @universal you're right it woud be better
2,897
you can't modify a vehicle's speed the script just show it's current one. But do you mean that the script shows 180 but it isn't it's real speed?
2,897
link doesn't work for me can you send pastebin or something?: P
1,391
pawn Код: public OnPlayerStateChange(playerid, newstate, oldstate){    if( oldstate == PLAYER_STATE_ONFOOT && newstate == PLAYER_STATE_DRIVER )    {    //If they got into a car from ...
136
go see my tutorial, i use 250 for kmph and 199 for mph
218
adrenaline effect? it is already existing or we have to script it?
226
but i've seen on a server a few months ago a pick-up (adrenaline) that when you walked on it, your on foot speed would be faster... Thats what i mean for the speed boost i want. Does anyone knows how ...
226
it's not working :S i'm using a command which activates a timer Ex and calls a custom callback to activate the boost but when i type the command, the player only loose health and doesnt go faster.......
226
hello people, i'm here to ask could I do a speedboost but on foot? I tried something like this: Код: new Float:speed[3], Float:x,Float:y,Float:z,Float:total; GetPlayerVelocity(playerid, spee...
226
Added Health'o'Meter to the tutorial :P
2,897
nice! but by the way there is already two speedo tutorials.... didn't you see them? :P
1,121
you won't need to detect explosion, send in your code and i'll try to help you as i can
142
yea i just saw that it works in his way, and it is better :P thanks
199
no nvm, Lenny the cop got it right, it just worked. It is just frustrating to know it was that simple -_- thanks lenny :P
199
Quote: Originally Posted by Grim_ This method would be better: pawn Код: if(strcmp(cmdtext, "/bomb", true) == 0){   // Some stuff   new object = CreateObject(...);   SetTimerEx("...
199
hello guys, i've made a Bomb script, which when a player types /bomb, it puts the bomb(with object ID 1252) on the ground, then 5 secs after (with SetTimerEx) destroy it. so i use an other callback fo...
199
what is the C4/bomb Object id? (not the weapon, the object) thanks
78