- 0
error 010: invalid function or declaration [ problema]
-
Similar Content
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
illegitimate
[pawn]//===============================================================================================//
if (newkeys==KEY_SECONDARY_ATTACK)
{
if(IsPlayerConnected(playerid))
{
if (PlayerToPoint(2.0, playerid, 1329.1317,-1557.6345,13.5469))
{
SetPlayerPos(playerid,-977.8568,1053.0228,1344.9913);
SetPlayerInterior(playerid, 10);
WantedWarZone[playerid] = 1;
ResetPlayerWeapons(playerid);
}
if (PlayerToPoint(2.0, playerid, -977.8568,1053.0228,1344.9913))
{
SetPlayerPos(playerid,1329.1317,-1557.6345,13.5469);
SetPlayerInterior(playerid, 0);
WantedWarZone[playerid] = 0;
ResetPlayerWeapons(playerid);
}
}
}
}
return false;
}
//===============================================================================================//
//===============================================================================================//[/pawn]
C:\Users\Lil Z and Corricanne\Desktop\IcePlay Gamemodee\IcePlay\gamemodes\GOGF.pwn(34477) : error 010: invalid function or declaration
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Ce sa fac?
10 answers to this question
Recommended Posts