11.10.2009, 18:43
Quote:
Originally Posted by cepiokas
Some question about it.
1st - How to make, that server didn't spawn to play or let to do something ( type commands ), if you didn't logged in? 2nd - How to save your last X, Y and Z coordinates. 3rd - How to make, that you can save with pickup ( game saved just when, when you take a savedisket pickup ) Thanks. ![]() |
2: If you want it to make it as, you must login first to spawn here is the code, put it under "OnPlayerSpawn"
Code:
if(gLogged[playerid] == 0) { SendClientMessage(playerid, COLOR, "SERVER: You have not logged in yet."); return 1; }