Search Results
SAMP still playable for some people. But the truth is not anymore. rip
4,311
Mate this is a tutorial why putting it in this section?
3,451
Quote: Originally Posted by binnyl The code u post is exactly like mine but u put a ~n~ creating 5 lines instead of 2 i want this: Mission Passed! +30 exp +20 criminal +5 cop +300000$ ju...
302
Quote: Originally Posted by binnyl I did ~n~in the end of the first one, and a space in the end of every second one, cause i want Code: ~w~+%i exp, ~w~+%i criminal in the same line u...
302
You didn't use the string variable you defined it above.
478
PlayerPlaySoundForAll function. PHP Code: PlayerPlaySoundForAll(soundid, Float:x, Float:y, Float:z) {    for(new i = 0; i < MAX_PLAYERS; i++)    {     PlayerPlaySound(i,so...
68,184
Add this line. PHP Code: if(GetPlayerScore(playerid) < 50) return SendClientMessage(playerid, 0xf8f8f8f8fff,"ERROR: {F00f00}You need 50 score at-least to see admins List!"); 
124
Thanks for correcting me. PHP Code: CMD:goto(playerid, params[]){    new idPlayer,Float:xPlayer, Float:yPlayer, Float:zPlayer, StringMen[64], playername[MAX_PLAYER_NAME], targetname[M...
442
Add a www.pastebin.com for this also prevent from using such sites like solidifiles or mediafire or any other site that has Ads supporting it.
800
Quote: Originally Posted by Joe Staff Not quite, you were trying to use GetPlayerName before ever collecting the ID of the player from the parameter, but then you never actually used the p...
442
Quote: Originally Posted by Mencent That's wrong. d is only for integers and u is for strings and integers. _______________________________________- Try this: PHP Code: CMD:ir(play...
442
I don't know.. but it might work _:_ give it a try tho PHP Code: CMD:goto(playerid, params[]){    new idPlayer;    new Float:xPlayer, Float:yPlayer, Float:zPlayer;    new String...
442
Meant something like this? PHP код: #include <a_samp>#include <zcmd>#include <sscanf2>CMD:updates(playerid,params[]){    new version;    if(sscanf(params,"i",versi...
78
Quote: Originally Posted by Salvatore441 Can u put new dl link? Bumping 2 years later, well let me guess the author might have died
3,967
https://courses.cs.washington.edu/co...au/indent.html Might help.
175