Search Results
thanks for all your feedback! yeah im sorry about that poor video, i made a new one, check out the first post. hopefully it is more obvious now. i also managed to get the numeric value to increase an...
584
check out my arduino speedometer! i thought i'd share it look at the bottom left! [ame]http://www.youtube.com/watch?v=uXo6vIQNZg0[/ame] this is how it works: 1. a filterscript saves the speed (in ...
584
make sure you return 0 pawn Код: public OnPlayerCommandText(playerid, cmdtext[]){  return 0;}/* Returning '0' is used to inform the server that the commandhas not been successfully processed, an...
141
thank you all for the feedback! i've just returnd to this forum and hope to submit more scripts in the future
633
/ me and /whisper commands by me Код: #define COLOR_INFO 0x80FF0099//green #define COLOR_WHISPER 0xFFFF00AA//yellow Код: if(!strcmp(cmdtext, "/me", true, 3)) { if(!cmdtext[3])return Send...
39,650
[FS] Weapon Menu I initially made this as part of a DM game mode but since I don’t use it anymore, I thought of releasing it. It is a simple menu that is shown when you spawn. It gives you the abili...
633
i think you have to make floats for each player as well. but im not sure.. sorry
97
you have to make a textdraw for each player example: pawn Код: new Text:Location[MAX_PLAYERS];public OnPlayerConnect(playerid){    Location[playerid] = TextDrawCreate(86.000000,431.000000,"San...
97
Quote: Originally Posted by [KG Nikere ] Here's something I made that might be useful for someone to make it. I could make it but I don't know how to get a formula for the curve. Also I don...
200
Quote: Originally Posted by ┤ŞąiBЄЯҒПŋ├ Quote: Originally Posted by ZutDenOpFraSlap Hello as the subject of this forums says how do i mod skins for gta san andreas? ...
280
if they spawn outside try add onplayerspawn setplayerinterior(playerid,0);
104
this may be a good place to start http://forum.sa-mp.com/index.php?topic=2750.0
86
pawn Код: ResetPlayerWeapons(playerid);    GivePlayerWeapon(playerid, 31, 1000); // m4    GivePlayerWeapon(playerid, 34, 15); // sniper    GivePlayerWeapon(playerid, 16, 5); // grenades   ...
58
Quote: Originally Posted by pierhs I fixed it ty same, thanks big comfy couch
104
im havin the exact same problem as this, hope your solution works!
104
Quote: Originally Posted by vitalij931 It doesn't start automatically how to do it? an how to erase the original game clock im not sure how to remove the original game clock.. bu...
479
Quote: Originally Posted by Don Correlli Quote: Originally Posted by Robbin237 EDIT: Solved. Still, is this the right way to do it? @fullpro evo: Don't bump old topics. i...
94
sadly no one helped you. but you help me! thankyou! i didnt know i had to put [MAX_STRING]
94