01.10.2009, 16:48
New command:
if(strcmp(cmd, "/start", true) == 0)
{
if(mission2[playerid] == 1)
{
if(GetVehicleModel(playerid) == 596)
{
SendClientMessage(playerid,NICESKY,"[MISSION] Good job. Now fly the Cargobob to the Big Ear.");
SendClientMessage(playerid,NICESKY,"[MISSION] Once there, use /loadbombs to load the bombs.");
}
else
{
SendClientMessage(playerid,NICESKY,"[MISSION] Wrong vehicle.");
}
}
return 1;
}
Still not.
if(strcmp(cmd, "/start", true) == 0)
{
if(mission2[playerid] == 1)
{
if(GetVehicleModel(playerid) == 596)
{
SendClientMessage(playerid,NICESKY,"[MISSION] Good job. Now fly the Cargobob to the Big Ear.");
SendClientMessage(playerid,NICESKY,"[MISSION] Once there, use /loadbombs to load the bombs.");
}
else
{
SendClientMessage(playerid,NICESKY,"[MISSION] Wrong vehicle.");
}
}
return 1;
}
Still not.