19.02.2011, 19:25
Hey all
whats the problem?
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!!!
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!!!