Search Results
Quote:
Originally Posted by wolfcock
Quote:
Originally Posted by [HUN
Woozie ]
Thanks, but what image?
For example, that you enter /pizzaboy and appears next to a pizza bike.
...
125
Quote:
Originally Posted by TouR [TG-RP
]
no i dont mean this! i mean what fuction :P
IsPlayAiming
custom function
31
LSPD -_-
Most scripts don't have SDpistol because only the scripts have em'
31
create a loop and find who has the highest score.
every kill someone gets they get a score point.
you need to know math...
37
bam
https://sampwiki.blast.hk/wiki/Interior
148
You can shoot through the windows, like in real life.
134
The current bank interior sucks, you can't even rob a bank while in it, it's so small. This is perfect for bank robbing. Thanks
241
I do wish we have more Americans, because most of these Europeans can't even speak proper English. I also find that Europeans aren't the best roleplayers.
44
Quote:
Originally Posted by WThieves
Quote:
Originally Posted by NiiRV4N4
You're a very sloppy scripter. It's best to name your variables something that is related to what it's...
20
Loop all of the houses then use JoFi's code expect replace houseid with i. Make sure the string is big enough.
50
When you do that you can't use SetPlayerMarkerForPlayer.
17
Hey, retards, two year old topic, stop posting suggestions.
26
Maybe they're frozen? When you're frozen your health doesn't go down...
As for the streamer, that's how it goes. The objects spawn when you get close to them.
14
Quote:
Originally Posted by (SF)Noobanatior
...
Stop posting useless stuff.
20
Quote:
Originally Posted by Kar
yes i changed all the 64's to 128
and btw dont use 256 and 512 are you crazy those will load up your gm and make it take longer to compile
Isn't 256 the...
46
Here, use my OnPlayerText as an example:
pawn Код:
if (realchat) { if(gPlayerLogged[playerid] == 0) { return 0; } if(!IsPlayerInAnyVehicle(playerid) || Is...
43
new Timer1;
Timer1 = SetTimer("TEST", 2, 2);
KillTimer(Timer1);
There is an example.
17
Maybe add a "if caseX:." I was never good with dialogs.
24
new string[128];
format(string,sizeof(string),"%s(%d) Says: %s",GetPlayerName(playerid), playerid, text);
I don't understand... make sure you don't have string defined anywhere in the CMD or the ca...
43