07.11.2010, 15:28
hey i got idea about team login but...
i cant make it anyway.... i tried with zcmd :
i cant make it anyway.... i tried with zcmd :
pawn Код:
CMD:teamlogin(playerid, params[]) {
if(isnull(params)) {
SendClientMessage(playerid, COLOR_RED, "Useage: /TEAMLOGIN <Team password>");
} else {
// and what to do here? i tried if(params == password); didnt worked as i want.....
}
return 1;
}