02.02.2012, 01:21
Pls.. help me!! i got a problem.. I got a Gang-war server, i putted a Message when join
Pls help me.. Here is a Picture of the problem!!
The skin that i choosed:
And here is after i choosed:
LOOK AT THE CHAT
What i do? [I'm not good scripter, i was]
PLEASE HELP ME
Quote:
if(classofballas[playerid] == 1) { format(string, sizeof(string), "%s has been spawned!", playername); SendToBallas(COLOR_YELLOW, string); SendClientMessage(playerid, COLOR_YELLOW, "You joined the Ballas"); } else if(classofgrove[playerid] == 1) { format(string, sizeof(string), "%s has been spawned!", playername); SendToGrove(COLOR_YELLOW, string); SendClientMessage(playerid, COLOR_YELLOW, "You joined the Grove Street."); } else if(classofvagos[playerid] == 1) { format(string, sizeof(string), "%s has been spawned!", playername); SendToVagos(COLOR_YELLOW, string); SendClientMessage(playerid, COLOR_YELLOW, "You joined the Vagos."); } else if(classofaztecaz[playerid] == 1) { format(string, sizeof(string), "%s has been spawned!", playername); SendToAZTECAZ(COLOR_YELLOW, string); SendClientMessage(playerid, COLOR_YELLOW, "You joined the Aztecas."); } else if(classoftriads[playerid] == 1) { format(string, sizeof(string), "%s has been spawned!", playername); SendToTriads(COLOR_YELLOW, string); SendClientMessage(playerid, COLOR_YELLOW, "You joined the Triads."); } else if(classoflspd[playerid] == 1) { format(string, sizeof(string), "%s has been spawned!", playername); SendToLSPD(COLOR_YELLOW, string); SendClientMessage(playerid, COLOR_YELLOW, "You joined the Police."); } else if(classofstaff[playerid] == 1) { format(string, sizeof(string), "%s has been spawned!", playername); SendToStaff(COLOR_YELLOW, string); SendClientMessage(playerid, COLOR_YELLOW, "Welcome, Admin!"); } return 1; } |
The skin that i choosed:
And here is after i choosed:
LOOK AT THE CHAT
What i do? [I'm not good scripter, i was]
PLEASE HELP ME