Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SetPlayerTruckerClassRank(playerid)
- {
- printf("FUNCTION CALLED");
- new Name[24], Msg[128];
- // Get the player's name
- GetPlayerName(playerid, Name, sizeof(Name));
- switch(APlayerData[playerid][StatsTruckerJobs])
- {
- case 0:
- {
- if (APlayerData[playerid][StatsTruckerJobs] < 15)
- {
- TruckerRank = "Newbie";
- format(Msg, sizeof(Msg), "{FFFF00}Newbie {FFFF00}%s{FFFF00} joined {FFFF00}Truckers", Name);
- SendClientMessage(playerid, COLOR_WHITE, "{FFFF00}test");
- SendClientMessage(playerid, COLOR_WHITE, "{FFFF00}test");
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment