09.03.2010, 06:21
Quote:
|
Originally Posted by Shady91
Quote:
|
And about /duty and SFPD you need to set it type to 1 than /duty
|
Originally Posted by Shady91
Quote:
|
|
Originally Posted by Eric_
Quote:
4 FUCKING MONTHS ON WORKING ON THIS I hope everyone enjoys it.. |
|
Originally Posted by Shakur_
Quote:
|
*\SWRP.pwn(17786) : error 025: function heading differs from prototype *SWRP.pwn(17787) : error 021: symbol already defined: "strtok" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Errors.
strtok(string[], &idx, seperator = ' ')
{
new ret[128], i = 0, len = strlen(string);
while(string[idx] == seperator && idx < len) idx++;
while(string[idx] != seperator && idx < len)
{
ret[i] = string[idx];
i++;
idx++;
}
while(string[idx] == seperator && idx < len) idx++;
return ret;
}
|
Originally Posted by DzonS
Код:
*\SWRP.pwn(17786) : error 025: function heading differs from prototype *SWRP.pwn(17787) : error 021: symbol already defined: "strtok" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 2 Errors. Код:
strtok(string[], &idx, seperator = ' ')
{
new ret[128], i = 0, len = strlen(string);
while(string[idx] == seperator && idx < len) idx++;
while(string[idx] != seperator && idx < len)
{
ret[i] = string[idx];
i++;
idx++;
}
while(string[idx] == seperator && idx < len) idx++;
return ret;
}
|
|
Originally Posted by armyoftwo
Quote:
|
|
Originally Posted by Richy_Bugger
Quote:
|
|
Originally Posted by DzonS
Quote:
|
|
Originally Posted by RyanZ
How to enter a house?
|
|
Originally Posted by RyanZ
Theres so many pages, so just tell me it lol!
|
|
Originally Posted by RyanZ
How to enter a house?
|