31.01.2012, 15:08
if i put this i get 1 warning..
if the player logins his name on the TAB and game will appear in grey color...i have nothing in gray color..
and the whole server can see the message..please help
Код:
} return 0; } //diffrent cmd return 0; } #pragma tabsize 0 new a[MAX_PLAYER_NAME]; GetPlayerName(playerid,a,MAX_PLAYER_NAME); format(text,128,"{247BFF}%s spune: {FF3F0F}%s",a,text); SendClientMessageToAll(0xFFFFFFAA,text); return 0; } (71003) if(MarriageCeremoney[playerid] > 0) //diffrecnt cmd { new idx; tmp = strtok(text, idx); if ((strcmp("yes", tmp, true, strlen(tmp)) == 0) && (strlen(tmp) == strlen("yes"))) {
and the whole server can see the message..please help
Код:
(71003) : warning 225: unreachable code