Search Results
Yes it is!! very easy to use, it will make it alot easier for you if you have many parameters!
181
I'm sorry for the edits, I have to learn reading the hole thread before posting a reply! ------ You got your name printed there, which means it works?
282
example pawn Код: CMD:getmoney(playerid, params[]){    new amount;    if (sscanf(params, "i", amount) )  return SendClientMessage(playerid, -1, "Usage: /getmoney <amount>");    GivePl...
181
Quote: Originally Posted by Jigsaw123 I did that.. Still don#t work. Do you get any errors when compiling? If so, can you show them to us?
138
pawn Код: #if !defined isnull    #define isnull(%1) \                ((!(%1[0])) || (((%1[0]) == '\1') && (!(%1[1]))))#endif pawn Код: CMD:gotoloc(playerid, params[]){    i...
110
Ya, that's what I just did, even though I don't want to :/ anyway +rep
241
Quote: Originally Posted by Jefff pawn Код: else if (dialogid == DIALOG_GATEINFOS){    if (response)    {        new fobjectid = strval(inputtext);        if(fexist(GateINI...
241
+ rep for all: Jefff's sollution solved both of the non showing line and the compiling "error" silenthill's Solution soldved the compiling error only (+rep also) IceCube! thanks for the advice , that ...
241
Hello, pawn Код: else if (dialogid == DIALOG_GATEINFOS)    {        if (response)        {            new astring[6][512];            new fobjectid = strval(inputtext);   ...
241
After TogglePlayerSpectating(playerid, 1); SetPlayerCameraPos and SetPlayerCameraLookAt don't work, , I even tested it with a /test command pawn Код: CMD:test(playerid, params[]){TogglePlayerSpect...
46
Quote: Originally Posted by Threshold Oh of course, it's just a character, my bad. I still recommend using this: pawn Код: new playernametest[MAX_PLAYER_NAME], numberof = 0, var;   ...
165
Quote: Originally Posted by Stinged This is a character not a string. Use pawn Код: if (playernametest[j] == '_') // ' not " thanks +rep sorry I was dealing with characters in the ...
165
Hello , I want to check if the player's name contains one "_" atleast or not, but it isn't working! pawn Код: new playernametest[MAX_PLAYER_NAME], numberof=0;    GetPlayerName(playerid, playern...
165
pawn Код: SetSpawnInfo(playerid, 0, 294, PlayerData[playerid][pPosx], PlayerData[playerid][pPosy], PlayerData[playerid][pPosz], 0, 0, 0, 0, 0, 0, 0);            SpawnPlayer(playerid);    Â...
85
hello, Will you please give me the problem in my code? pawn Код: else if (dialogid == DIALOG_LOGIN)    {        if (!response) Kick(playerid);        else        {            i...
85
weird it works for me , can you test it with different coords? like this pawn Код: InterpolateCameraPos(playerid, 1173.1825, -1323.4525, 15.3953, 1220, -1323.4525, 15.3953, 5000, CAMERA_MOVE);
100
what are you trying to do? Are you spectating a player or a vehicle?
100
Quote: Originally Posted by Ralfie sccanf is to be used with the "u" specifier since, imo its the best for fetching id's out there; What he's trying to say is not to use the "s" specifier...
137