Quote:
Originally Posted by K0P
Pawn will detect "if(Instafix[playerid])" as true
And "if(!Instafix[playerid])" as false
No need to add extra info there.
Nop,he can use other editors too.
Код:
if (Instafix[playerid])
{
RepairVehicle(GetPlayerVehicleID(playerid));
return 1;
}
|
D:\SampSever\iPLEOMAX's TextDraw Editor\SAMP 0.3e Server\gamemodes\Untitled.pwn(159) : error 001: expected token: ";", but found "]"