10.02.2013, 07:46
Thx you all for every thing and this is going to be my last thread ;d anyway
i can't fix the car
when i chat /v it only texts my name ExTrevoman: but not the name why?
Код:
CMD:fix(playerid, params[])
{
new vehicleid = GetPlayerVehicleID(playerid);
if(PlayerData[playerid][VipLevel] < 1) return 0;
IsPlayerInAnyVehicle(playerid);
SetVehicleHealth(vehicleid, 1000.0);
return 1;
}
CMD:v(playerid, params[])
{
new string[128];
new name[MAX_PLAYERS];
if(PlayerData[playerid][VipLevel] < 1) return 0;
GetPlayerName(playerid, name, MAX_PLAYERS);
format(string, sizeof(string), "%s: %s", name);
SendClientMessageToAll(-1, string);
return 1;
}
when i chat /v it only texts my name ExTrevoman: but not the name why?


