Search Results
It's massive .. but ok pawn Код: if(strcmp(cmd, "/enter", true) == 0)    {        if(IsPlayerConnected(playerid))        {            new Float:shax, Float:shay, Float:shaz;    ...
157
Yes, Код: [12:02:49] [system] Business 1 spawned. [12:02:49] [system] Entrance 1 spawned. [12:02:49] [system] Entrance 2 spawned. [12:02:49] [system] Entrance 3 spawned. [12:02:49] [system] Entran...
157
And here is my saving function: pawn Код: stock SaveEntrance(i){    new FileName[128];    format(FileName, sizeof(FileName), "Entrances/Entrance_%d.ini", i);    if(fexist(FileName))    {Â...
157
pawn Код: stock InitEntrances(){    new FileName[128];    for(new i = 0; i < MAX_ENTRANCES; i++)    {        format(FileName, sizeof(FileName), "Entrances/Entrance_%d.ini", i);    Â...
157
Oh, and my entrances are saved like this: Entrances/Entrance_(ID).ini So, i think it's a problem, it only uses the highest Entrance_ID .. how can i fix it so it uses all of them?
157
I'm making a dynamic entrance system, it spawns, saves fine, but at my /enter command, they all work until a server restart, and then the one i last made only works. here is my /enter code. pawn К...
157
instead of spawning them, when they teleport to /skyroad, make it create a vehicle, and put them in it .. thats one solution
117
format(string, sizeof(string), "Drugs found : %d grams.", PlayerInfo[giveplayerid][pDrugs]) giveplayerid instead of playerid.
93
Well, download LARP and edit it .. just get help with fixing the bugs if they are too difficult for you.
201
Making your own is your best chance
201
This is my command: pawn Код: if(strcmp(cmd, "/ooc", true) == 0 || strcmp(cmd, "/o", true) == 0)    {        if(IsPlayerConnected(playerid))        {            if(gPlayerLogged[p...
153
Hey smart ass, i have a command, like many other roleplay servers; /o [text] .. And when i type it's fucking annoying as it's so small.
153
How can i remove, or atleast boost this up? it's so irritating!! this is my code: pawn Код: if(strcmp(cmd, "/ooc", true) == 0 || strcmp(cmd, "/o", true) == 0)    {        if(IsPlayerConnec...
153
Tell me when you have reuploaded it. .
3,215
Waddafak? pawn Код: pawno\include\OPSP.inc(8) : fatal error 100: cannot read from file: "foreach"
3,215
Quote: Originally Posted by me My script works with all other features, licence plates, dialog colours .. etc??) Yes .. i suppose i did?
132