SA-MP Forums Archive
[HELP] Little help`? - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [HELP] Little help`? (/showthread.php?tid=228493)



[HELP] Little help`? - Janek17 - 19.02.2011

Hey all
whats the problem?
pawn Код:
public OnPlayerExitVehicle(playerid, vehicleid)
{
    new string[35];
    format(string, sizeof(string), "[SP]Derby: Sa ei tohi vдljuda autost. Said surma selletхttu!", vehicleid);
    SetPlayerHealth(playerid, 0);
    SendClientMessage(playerid, 0xAA3333AA, string);
    return 1;
}


The problem is, why is it that the word does not come as a whole but the parties must be given
Full term: [SP] Derby: Sa ei tohi vдljuda autost. Said surma selletхttu!
The server shows: [SP] Derby: Sa ei tohi vдljuda auto


Please help!!!


Re: [HELP] Little help`? - [L3th4l] - 19.02.2011

pawn Код:
new string[60];



Re: [HELP] Little help`? - Janek17 - 19.02.2011

tnks dud!