C:\Users\BooNii3\Geramia RP\Geramia RP Server\filterscripts\PD Gates.pwn(91) : warning 235: public function lacks forward declaration (symbol "OnPlayerPrivmsg") C:\Users\BooNii3\Geramia RP\Geramia RP Server\filterscripts\PD Gates.pwn(100) : error 001: expected token: ",", but found ";" C:\Users\BooNii3\Geramia RP\Geramia RP Server\filterscripts\PD Gates.pwn(100) : error 036: empty statement C:\Users\BooNii3\Geramia RP\Geramia RP Server\filterscripts\PD Gates.pwn(100) : error 029: invalid expression, assumed zero C:\Users\BooNii3\Geramia RP\Geramia RP Server\filterscripts\PD Gates.pwn(100) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/opengate", cmdtext, true, 10) == 0)
{
if(!PlayerToPoint(10, playerid, CreateObject(969, 1584.2933349609, -1637.7700195313, 12.390459060669, 0.000000, 0.000000, 0.000000); )) { return 1; }
if( == 0)
{
= 1;
MoveObject(PD_Gate,CreateObject(969, 1591.6506347656, -1637.8186035156, 12.640459060669, 0.000000, 0.000000, 0.000000, 7);
}
else if( == 1)
{
= 0;
MoveObject(,CreateObject(969, 1584.2933349609, -1637.7700195313, 12.390459060669, 0.000000, 0.000000, 0.000000, 7);
}
return 1;
}
return 0;
}
if(!PlayerToPoint(10, playerid,CreateObject(969, 1591.6506347656, -1637.8186035156, 12.640459060669, 0.000000, 0.000000, 0.000000); )) { return 1; }
if(!PlayerToPoint(10, playerid,CreateObject(969, 1591.6506347656, -1637.8186035156, 12.640459060669, 0.000000, 0.000000, 0.000000))) { return 1; }
Originally Posted by Kar
rofl find onplayerprivmsg and delete it
|
Originally Posted by oliverrud
pawn Код:
|
Originally Posted by Luis_Geramia
Quote:
Quote:
|
Originally Posted by Kar
Quote:
|
if( == 0)
public OnPlayerCommandText(playerid, cmdtext[])
{
if (strcmp("/opengate", cmdtext, true, 10) == 0)
{
if(!PlayerToPoint(10, playerid,CreateObject(969, 1591.6506347656, -1637.8186035156, 12.640459060669, 0.000000, 0.000000, 0.000000))) { return 1; }
if( == 0)
{
= 1;
MoveObject(PD_Gate,CreateObject(969, 1584.2933349609, -1637.7700195313, 12.390459060669, 0.000000, 0.000000, 0.000000); //,7);
}
else if( == 1)
{
= 0;
MoveObject(,CreateObject(969, 1591.6506347656, -1637.8186035156, 12.640459060669, 0.000000, 0.000000, 0.000000); //,7);
}
return 1;
}
return 0;
}