Problem
#1

Код:
public OnPlayerSpawn(playerid)
{
        if (GetPlayerScore(playerid) >= 0)
        {
        
    // Get the player's position
    new Float:x, Float:y, Float:z;
    GetPlayerPos(playerid, x, y, z);

    // Create an explosion at the player's position
    CreateExplosion(x, y, z, 12, 10.0);

	return 1;
}
Код:
C:\Users\***\Desktop\LA-GW\filterscripts\test.pwn(31) : error 030: compound statement not closed at the end of file (started at line 18)
Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Reply


Messages In This Thread
Problem - by boomerboom - 22.10.2013, 13:18
Re: Problem - by verlaj - 22.10.2013, 13:24
Re: Problem - by CrazyChoco - 22.10.2013, 13:32
Re: Problem - by newbie scripter - 22.10.2013, 13:55

Forum Jump:


Users browsing this thread: 1 Guest(s)