14.06.2009, 03:35
I added a /kickstart command and interior for my stunt server and
when i spawn cars they are invisible...Any car i add it's invisible but you can drive it, and as soon as you get on your invisible. How do i fix this? please help
Heres my code:
I get no errors on this code.
when i spawn cars they are invisible...Any car i add it's invisible but you can drive it, and as soon as you get on your invisible. How do i fix this? please help
Heres my code:
Код:
if (strcmp("/kickstart", cmdtext, true, 10) == 0) //chilliad
{
SetPlayerPos(playerid, -1465.268676,1557.868286,1052.531250);
SetPlayerInterior(playerid, 14);
new name[MAX_PLAYER_NAME+1];
GetPlayerName(playerid, name, sizeof(name));
format(string, sizeof(string), "%s has joined kickstart, type /kickstart to join", name);
SendClientMessageToAll(COLOR_LIGHTBLUE,string);
return 1;
}

