24.08.2012, 01:37
Hey People,
I got it to un-load on player disconnect, how do you re-load onplayerconnect though?
I tried adding code in, bunch of errors. Anybody know a fix?
Argument doesnt match defanition errors.
I got it to un-load on player disconnect, how do you re-load onplayerconnect though?
I tried adding code in, bunch of errors. Anybody know a fix?
Код:
new scurrentveh; new scurrentveh2; scurrentveh = PlayerInfo[playerid][pPcarkey]; scurrentveh2 = PlayerInfo[playerid][pPcarkey2]; CreateVehicle(scurrentveh); CreateVehicle(scurrentveh2);