09.04.2009, 23:36
pawn Код:
if(strcmp(cmd, "/buyflyinglicense", true)== 0) //It Might be because of the space in the command?
{
if(IsPlayerConnected(playerid))
{
if(PlayerToPoint(3.0,playerid, 369.4747,186.4138,1008.3893))
{
SendClientMessage(playerid, COLOR_YELLOW, "kupio si licencu za letenje");
GivePlayerMoney(playerid, - 20000);
PlayerInfo[playerid][pFlyLic] = 0;
}
}
return 1;
}

