Search Results
Hi, i am new at SA-MP scripting, and every command i create, when test on server, it's saying: "Unknown Command"/ Any help? For ex. Spawn Vehicle code: Pawn CODE: PHP код: new Vehicle[MAX_PLA...
68
Hi, i saw a tutorial here, for spawning a car, and i created my own script: CMD:kerr(playerid, params[]){ new car; new string[128]; new Float:X, Float:Y, Float:Z; new firstcolor; new secondcolor; GetP...
83
Hi, i didn't say that Command is not working(function of it), but it's saying: UNKNOWN Command in both codes.
127
Hi, i started scripting SA-MP yesterday, and i wanted to make a command called: "heal", but it's not working! Code: CMD:heal(playerid, params[]){ new targetid; if(sscanf(params, "ud", targetid)) ...
127
Hello, as i am a programmer, i wanted to develop SA-MP things(like gammemodes, or something smaller). Can i do this with Ruby? If i can't, which languages should i know to script in SA-MP? Thank you.
210
Hi, i've a question: Can i script with Ruby? Is there any library of sa-mp for ruby, and a tutorial of that library? Thank you.
84