30.07.2009, 04:56
Код:
public OnPlayerEnterStreamedCheckpoint(playerid, streamid) { if(streamid == copcp) { SendClientMessage(playerid,COLOR_YELLOW, "[ ! ] To get your cop job, type /getcop "); } if(streamid == hitmancp) { SendClientMessage(playerid, COLOR_YELLOW, "[ ! ] To get your hitman job, type /gethitman"); } if(streamid == mechaniccp) { SendClientMessage(playerid, COLOR_YELLOW, "[ ! ] To get your mechanic job, type /getmechanic"); } if(streamid == mediccp) { SendClientMessage(playerid, COLOR_YELLOW, "[ ! ] To get your medic job, type /getmedic"); } if(streamid == thiefcp) { SendClientMessage(playerid, COLOR_YELLOW, "[ ! ] To get your thief job, type /getthief"); } return 1; }
it shows :
[ ! ] To get your cop job, type /getcop
[ ! ] To get your hitman job, type /gethitman
[ ! ] To get your mechanic job, type /getmechanic
[ ! ] To get your medic job, type /getmedic
[ ! ] To get your thief job, type /getthief
Can anyone tell me why ?