Search Results
I found the problem. I do tuning with /tune, if i go to tuning garage it works. Thanks!
361
Solved. Destroycar & Add again. Thanks!
74
public LoadCar() { new file[26]; for(new idx = 869; idx < sizeof(CarInfo) ; idx++) { format(file, 128, "pndealership/%d.ini", idx); if(dini_Exists(file)) { CarInfo[idx][cModel] = di...
74
Dosen't works for me. Save file with all = 0. Why?
361
Yes, in gamemode i do this at public. Why "uu"?
72
I want do, at /find command, checkpoint follow target. I try this. I do a timer. new connect_timer[MAX_PLAYERS]; At command. connect_timer[playerid] = SetTimerEx("FINDING", 5000, true, "i",giveplayeri...
72
It works but when is used by 2+ all is down. It set checkpoints wrong. I do it with timer, dosen't work. Another idea? forward FINDING(giveplayerid, playerid) public FINDING(giveplayerid, playerid) { ...
198
forward FINDING(giveplayerid, playerid) public FINDING(giveplayerid, playerid) { new Float:X, Float:Y, Float:Z; GetPlayerPos(giveplayerid, X,Y,Z); ...
76
If i want to do it on ID? Number, "dd"?
198
Quote: Originally Posted by [ABK]Antonio Can make it smaller with pawn Код: new Float:HP, Float:Armour;GetPlayerArmour(playerid, Armour);GetPlayerHealth(playerid, HP);if(HP < 10000 ...
290
FINDING(giveplayerid, playerid) { new Float:X, Float:Y, Float:Z; GetPlayerPos(giveplayerid, X,Y,Z); SetPlayerCheckpoint(playerid, X,Y,Z, 6); ...
198
I have windows 7 and pawncc.exe is stoped by windows. Before any time is stoped by werefault.exe, i see that in task manager. Any solution? I try to make what i see in tutorials (in control panel at e...
112