29.01.2014, 15:10
(
Последний раз редактировалось thegamer355; 31.01.2014 в 13:14.
)
hi,
i made a code for my include but it says unknown command.
this is my code:
please help me fixing this code
i made a code for my include but it says unknown command.
this is my code:
Код:
COMMAND:DM(playerid, params[])
{
if (APlayerData[playerid][PlayerLevel] >= 1)
SetPlayerPos(playerid, 1302.519897,-1.787510,1001.028259);
SetPlayerInterior(playerid, 18);
SendClientMessage(playerid, 0xFF0000FF, "Welcome to Warehouse 2");
return 1;
}


