03.02.2019, 20:14
Hi. So I have a problem. I'm trying to create a object on a command but when i proceed the command the object is not creating.
To mention that I'm trying to create the object in an interior and a vw.
PHP код:
CMD:startfw(playerid, params[])
{
if(!LoggedIn[playerid]) return 1;
if(PlayerData[playerid][pJob] == 1) return SendClientMessage(playerid, COLOR_RED, "You have started the fw")
CreateObject(3593, 2581.7631, 3199.7043, 1281.8310, 0.0000, 0.0000, -90.0000, 30.0);
}