Some Errors
#2

Try this

Код:
public OnPlayerConnect(playerid)
{
if(!fexist(PlayerFile(playerid))
{
new File:file = fopen(PlayerFile(playerid));
fwrite(file, "OwnVehicle=0");
fwrite(file, "VehicleID=0");
fclose(file);
}
return 1;
}
Reply


Messages In This Thread
Some Errors - by omershlush - 15.05.2012, 03:22
Re: Some Errors - by kazekene - 15.05.2012, 17:05
Re: Some Errors - by J@bb@Wockeez - 15.05.2012, 17:10

Forum Jump:


Users browsing this thread: 1 Guest(s)