01.11.2010, 15:37
(
Последний раз редактировалось Kwarde; 01.11.2010 в 15:38.
Причина: LOL
)
First of all, I recomment to dont use 'string = "STRING" , but use 'strins'
Or, use the function I made:
So instead of 'rank = "Captain"' it is 'strset(rank, "Captain")' -> I read somewhere that that was better :P
And after that, idk yet what's wrong. Unless this line:
You forgot to give the strings. But I don't think the server is going to crash because of that?
I don't have that...
I'll take a a look
[EDIT]
Omg while I was typing this message someone already replied...
Or, use the function I made:
pawn Код:
stock strset(astr[], astrtoinsert[])
{
strdel(astr, 0, strlen(astr));
strmid(astr, astrtoinsert, 0, false, strlen(astrtoinsert));
}
And after that, idk yet what's wrong. Unless this line:
pawn Код:
format(coordsstring, sizeof(coordsstring), "Radio: [%s] Phone: [%s] Melee: [%s]");
I don't have that...
I'll take a a look

[EDIT]
Omg while I was typing this message someone already replied...