Ja compile i dode mi ovo
Quote
C:\Documents and Settings\Schwarzenegger\Desktop\Arena 0.3b\gamemodes\gf.pwn(882😎 : error 035: argument type mismatch (argument 2)
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
Pawn compiler 3.2.3664 Copyright (c) 1997-2006, ITB CompuPhase
1 Error.
Redovi :
Quote
8821: //-------------------------------Granice (1)------------------------------------
8822: if (strcmp("/granica", cmdtext, true, 10) == 0)
8823: {
8824: MoveObject(Granica1,1714.952271, 462.979950, 30.634228, 0);
8825: MoveObject(Granica1,1701.741821, 468.060944, 30.359230, 0);
8826: SetTimer("aclose", 5000, 0);
8827: GivePlayerMoney(playerid,-50);
8828: SendClientMessage(playerid,"Platio si 50 $ za prijelazak granice");
8829: return 1;
8830: }
8822: if (strcmp("/granica", cmdtext, true, 10) == 0)
8823: {
8824: MoveObject(Granica1,1714.952271, 462.979950, 30.634228, 0);
8825: MoveObject(Granica1,1701.741821, 468.060944, 30.359230, 0);
8826: SetTimer("aclose", 5000, 0);
8827: GivePlayerMoney(playerid,-50);
8828: SendClientMessage(playerid,"Platio si 50 $ za prijelazak granice");
8829: return 1;
8830: }
Pomoc pls
