05.07.2011, 19:05
Quote:
How do I load/save the owner ? can you give me an example for a /park cmd or something like that?
and aobut the vehicle creating new string[256]; format(string,sizeof(string),"%s",GetName(playerid )); CreateVehicleEx(model,x,y,z,.....blablabla,string) ; YEAH ? |
Quote:
Originally Posted by My Script
new BuyerName[MAX_PLAYER_NAME];
GetPlayerName(playerid, BuyerName, sizeof(BuyerName)); CreateVehicleEx(405, 102.0081, 1109.1520, 13.5795, 181.9413, 69, 1, 3600, BuyerName); |
Quote:
Originally Posted by WTF?!!
C:\Users\user\Desktop\Role-Play\gamemodes\car.pwn(25 : error 047: array sizes do not match, or destination array is too small
|