Errors Script[OnPlayerText]
#9

pawn Код:
else if ((strcmp("paramedic", tmp, true, strlen(tmp)) == 0) && (strlen(tmp) == strlen("paramedici")))
        {
            format(string, sizeof(string), "%s spune (cellphone): %s", GetPlayerNameEx(playerid), text);
            ProxDetector(15.0, playerid, string,COLOR_FADE1,COLOR_FADE2,COLOR_FADE3,COLOR_FADE4,COLOR_FADE5);
            SendClientMessage(playerid, COLOR_ALLDEPT, "EMERGENCY: Fac conexiunea cu dispeceratul,asteapta.");
            Mobile[playerid] = 914;
            SendClientMessage(playerid, COLOR_ALLDEPT, "LSEMS Dispecerat: Salut,Unde va aflati?");
            return 0;
        }
        else if ((strcmp("both", tmp, true, strlen(tmp)) == 0) && (strlen(tmp) == strlen("ambele)))
        {
            format(string, sizeof(string), "
%s spune (cellphone): %s", GetPlayerNameEx(playerid), text);
            ProxDetector(15.0, playerid, string,COLOR_FADE1,COLOR_FADE2,COLOR_FADE3,COLOR_FADE4,COLOR_FADE5);
            SendClientMessage(playerid, COLOR_ALLDEPT, "
EMERGENCY: Fac legatura cu dispeceratul,te rugam sa astepti.");
            Mobile[playerid] = 916;
            SendClientMessage(playerid, COLOR_LIGHTRED, "
EMERGENCY: Salut,Unde va aflati?.");
            return 0;
        }
        else if ((strcmp("
non emergency", tmp, true, strlen(tmp)) == 0) && (strlen(tmp) == strlen("non emergency")))
        {
Reply


Messages In This Thread
Errors Script[OnPlayerText] - by munsee - 19.06.2013, 18:50
Re: Errors Script[OnGameText] - by Kindred - 19.06.2013, 18:52
Re: Errors Script[OnPlayerText] - by munsee - 19.06.2013, 18:53
Re: Errors Script[OnPlayerText] - by Kindred - 19.06.2013, 18:56
Re: Errors Script[OnPlayerText] - by munsee - 19.06.2013, 18:59
Re: Errors Script[OnPlayerText] - by Kindred - 19.06.2013, 19:04
Re: Errors Script[OnPlayerText] - by munsee - 19.06.2013, 19:09
Re: Errors Script[OnPlayerText] - by Sulps - 19.06.2013, 19:15
Re: Errors Script[OnPlayerText] - by munsee - 19.06.2013, 19:17
Re: Errors Script[OnPlayerText] - by Sulps - 19.06.2013, 19:26

Forum Jump:


Users browsing this thread: 3 Guest(s)