Search Results
Try using http://10.211.55.1 in your browser, and use Private IP 10.211.55.3 while forwarding
608
Hai, Make sure that the Color[playerid] is a string, then use SetPlayerColor(playerid,HexToInt(Color[playerid])); Search the forums for the HexToInt function (I think it's somewhere in a big include,...
239
Oh come on, I guess you see an erroring line without even knowing the line.. Код: if(PlayerData[playerid][AdminLevel] >= 1) && text[0]=='#') { Take a good look at it, you'll see it sho...
93
May I just tell you that you're only showing the gametext for half a second? Код: GameTextForPlayer(playerid, const string[], time, style) Time on yours is "500" (Milliseconds) which means half a...
172
Because you're using font 2 Use another font =) * Credits to SA-MP Wiki, whoever wrote the article :P
77
Quote: Originally Posted by mabako Quote: Originally Posted by SEC Sry this doesnґt work . It will just count how many numbers are behind /afk (for example : by typing /afk 22...
229
Quote: Originally Posted by SEC Sry this doesnґt work . It will just count how many numbers are behind /afk (for example : by typing /afk 222222 you get 6 Minutes) Then I don't really ...
229
Replace: pawn Код: format(string, sizeof(string), "%s (ID:%i) is now in AFK-Mode ! Minutes:%z.", name,playerid,strlen(tmp)); With: pawn Код: format(string, sizeof(string), "%s (ID:%i) is now ...
229
You can use Код: GetPlayerWeapon(playerid) Use it like pawn Код: if(GetPlayerWeapon(playerid) == [Insert Teargas Weapon ID Here]){Your code...} Sorry, was too lazy to look for the weapon ID my...
131
Great work! I once thought about making one like this
918
Hai! I really don't know if this will work, but, you can try it :P Replace this: pawn Код: for(new i = 0; i < GetMaxPlayers(); i++) With this: pawn Код: for(new i = 0; i <= GetMaxPlayer...
208
Hai! Nice work on the plugin! @ Yaheli: You can take a look at SAMPSt's php files.You can learn quite a lot out of these. Link: http://forum.sa-mp.com/index.php?topic=23380.0
95,764
Looks good, but I hate RapidShare, so I wont download =) Please change the links
413