30.07.2009, 23:35
Quote:
|
Originally Posted by Jefff
Код:
if(PlayerToPoint(5, playerid, 2377.7808,-1908.1727,13.3828) || PlayerToPoint(5, playerid, 800.4943,-1629.1968,13.3828) || PlayerToPoint(5, playerid, 2410.0376,-1488.1743,23.8281))
{
|
And if you we're to get errors still, Add an extra bracket ( } ) at the bottom of ur command
Ex:
Quote:
|
if(strcmp(cmd, "/wuteva", true) == 0) { If(playertopoint( etc etc... { SendClientMessage(playerid,COLOR_YELLOW, "blah"); return 1; } } |

