Game Freazee
#4

The code now but still same problem

pawn Код:
if(newstate == PLAYER_STATE_DRIVER)
{
new vID;
while (vID < sizeof(VehicleInfo))
{
new vOwnerString[34], pName[MAX_PLAYER_NAME];
GetPlayerName(playerid, pName, sizeof(pName));
format(vOwnerString, sizeof vOwnerString, "%s", VehicleInfo[vID][vOwner]);

if(strcmp(pName, vOwnerString, true) == 0)
{
SendClientMessage(playerid, SYSTEMSUCESSFULL_COLOR,"[SYSTEM]: This Is Your Private Vehicle");
}
else
{
SendClientMessage(playerid, SYSTEMERROR_COLOR,"[SYSTEM]: This Is A Private Vehicle");
}
vID++;
}
}
Reply


Messages In This Thread
[Solved] Game Freazee Thanks To Mauzen - by eDz0r - 24.12.2010, 13:41
Re: Game Freazee - by Mauzen - 24.12.2010, 14:36
Re: Game Freazee - by Guest3598475934857938411 - 24.12.2010, 15:00
Re: Game Freazee - by eDz0r - 28.12.2010, 08:00
Re: Game Freazee - by eDz0r - 28.12.2010, 08:13

Forum Jump:


Users browsing this thread: 1 Guest(s)