12.06.2014, 03:22
Код:
if(PInfo[playerid][TotalScore] == 0) { new msg[200]; format(msg,sizeof(msg),"{FFFF00}Hey! It looks like you have not completed a flight yet! This is just to help you out:"); SendClientMessage(playerid, COLOR_GREEN, msg); format(msg,sizeof(msg),"{FFFF00}-When you do missions (/work), it will ask you to fly to a destination. Fly there and land, and it will give another checkpoint."); SendClientMessage(playerid, COLOR_GREEN, msg); format(msg,sizeof(msg),"{FFFF00}-When you complete the mission, you gain money, in which you can purchase vehicle's, houses or even your own airline!"); SendClientMessage(playerid, COLOR_GREEN, msg); format(msg,sizeof(msg),"{FFFF00}-All of that information is just to help you understand the main features of the PoT, but there is ALOT more to come! - Have fun!"); SendClientMessage(playerid, COLOR_GREEN, msg); }