problem with SetVehicleNumberPlate
#1

can't make it work. bug?

i've tryed with this codes:
pawn Код:
if(!strcmp(cmd, "/patente", true)){
    new name[MAX_PLAYER_NAME];
    GetPlayerName(playerid, name, sizeof(name));
    SetVehicleNumberPlate(GetPlayerVehicleID(playerid), name);
    return 1;
}
if(!strcmp(cmd, "/patente2", true)){
    new tmp[256];
    tmp = strtok(cmdtext, idx);
    SetVehicleNumberPlate(GetPlayerVehicleID(playerid), tmp);
    return 1;
}
if(!strcmp(cmd, "/patente3", true)){
    SetVehicleNumberPlate(GetPlayerVehicleID(playerid), "jaja");
    return 1;
}
but none of them work. (N)
Reply


Messages In This Thread
problem with SetVehicleNumberPlate - by TheChaoz - 28.11.2010, 19:26
Re: problem with SetVehicleNumberPlate - by dugi - 28.11.2010, 19:27
Re: problem with SetVehicleNumberPlate - by Grim_ - 28.11.2010, 19:28

Forum Jump:


Users browsing this thread: 1 Guest(s)