Trouble with Car-Spawn
#1

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?

Код:
	new scurrentveh;
	new scurrentveh2;
 	scurrentveh = PlayerInfo[playerid][pPcarkey];
 	scurrentveh2 = PlayerInfo[playerid][pPcarkey2];
	CreateVehicle(scurrentveh);
	CreateVehicle(scurrentveh2);
Argument doesnt match defanition errors.
Reply
#2

What are you trying to do?

Take a look to the parameters: https://sampwiki.blast.hk/wiki/CreateVehicle
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)