sctrmp to zcmd
#3

here you go
pawn Код:
CMD:test(playerid, params[])
{
    switch(GetPlayerLanguage(playerid))
    {
        case ENG:
    {
        SendClientMessage(playerid, -1, "Your language is English");
    }
    case LTU:
    {
        SendClientMessage(playerid, -1, "Tavo kalba yra lietuviu");
    }
    return 1;
}
Reply


Messages In This Thread
sctrmp to zcmd - by Immortal_LTU - 30.03.2013, 17:05
Re: sctrmp to zcmd - by kamzaf - 30.03.2013, 17:08
Re: sctrmp to zcmd - by Richie© - 30.03.2013, 17:09
Re: sctrmp to zcmd - by Djole1337 - 30.03.2013, 17:09
Re: sctrmp to zcmd - by Immortal_LTU - 30.03.2013, 17:09

Forum Jump:


Users browsing this thread: 1 Guest(s)