Search Results
pawn Код: split(strFromFile2, arrCoords, ','); how i can split that with sscanf?
70
srry for bump, i update my post
65
You mean this? pawn Код: Spam(playerid,times,text[]){      Itter_Create(spam, times);      foreach(spam, i)      {         static            LEN = 1;         new      ...
65
I trying to make spam FNC with foreach loop but i get error's can someone help me pawn Код: Spam(playerid,times,text[]){      new          Iterator:Message<times>;      foreach(...
65
pawn Код: if(GetPVarInt(playerid,"pAdmin") >= 1){    ShowPlayerDialog(...,"HELP\nCMDS\nADMIN HELP","OK","CANCLE");}else if(GetPVarInt(playerid,"pAdmin") < 1){     ShowPlayerDialog(...,"...
159
it's not problem in that...i paste wrong code, fix: pawn Код: TextSet(Text:FNC, const b[], const e[]){     foreach(Player, i)     {        if(PLAYER_JEZIK[i] == 1) // balkan        ...
134
pawn Код: TextSet(Text:FNC, const b[], const e[]){     foreach(Player, i)     {        if(LANGUAGE[i] == 1) // balkan        {            TextDrawSetString(Text:FNC, b); // err...
134
I don't know how i can fix this :-/
169
now i get warnings Код: C:\Users\EMPORIO ARMANI\Desktop\across balkan\gamemodes\Untitled.pwn(88) : warning 202: number of arguments does not match definition C:\Users\EMPORIO ARMANI\Desktop\acros...
169
pawn Код: CreateDialog(id,dialogid,stil,const bH[], const b[],const bg[], const bg2[], const eh[],const e[], const eg[], const eg2[]){     if(LANGUAGE[id] == 1) // balcan     {        Sh...
169
pawn Code: stock IsSwear(const name[]){    new        IF_TRUE = -1;    loop(i, sizeof psovkeArray)    {        if(!strcmp(name, psovkeArray[i]))        {            IF_TRUE = ...
59
My code: pawn Код: if(MAX_FUEL - Fuel[vehicleid] * 5 > GetPlayerMoney(playerid)); MAX_FUEL is 50 Fuel = how much fuel have some car 5 = price of 1L of fuel Can someone help? :S
64
I know for that, BUT i wanna to work this way
157
pawn Код: #define COLOR_MSG "{0xAAAAAAFF}"SendClientMessage(playerid,COLOR_MSG ,"MSG!"); And i get this error! error 035: argument type mismatch (argument 2)
157
pawn Код: public OnPlayerText(playerid, text[]){    return true;} How i can check if player typed something in GetPVarString ?
82