Assigning an ID to a Car - Car spawn on login
#10

make sure your enum is defining these as floats like

pawn Код:
Float:pC1Locationx,
Float:pC1Locationy ,
Float:pC1Locationz,
Float:pC1Angle,
and then they must use float values
pawn Код:
PlayerInfo[playerid][pC1Locationx] = 0.0;
PlayerInfo[playerid][pC1Locationy] = 0.0;
PlayerInfo[playerid][pC1Locationz] = 0.0;
PlayerInfo[playerid][pC1Angle] = 0.0;
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)