15.03.2012, 08:56
Allright I havent been using strings too much, I know how they work but right now im not sure how this error should be fixed.
ERROR:
Strings defined in OnPlayerConnect
first string
second string
and the error string
PS line 1007 = ''new playrname[MAX_PLAYER_NAME, string blablabla->
Maybe its time for me to learn more about strings^^
Thank you for your time! this is propably really simple for experienced scripters
ERROR:
Код:
H:\Pawno\pawno\LS.pwn(1007) : error 021: symbol already defined: "string" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 1 Error.
first string
Код:
new string[71]; format(string, sizeof(string), "blablabla mysql_query(string);
Код:
new iString[412]; format(iString, sizeof(iString), "blablablaa...
Код:
mysql_free_result(); new playrname[MAX_PLAYER_NAME], string[ 256 ];
Maybe its time for me to learn more about strings^^
Thank you for your time! this is propably really simple for experienced scripters