15.04.2014, 20:15
i have got a bug not cuz this cause any problem but this is a little annoying for my eyes .........
i have pawn compiler 3.2.3664 and when i compile the script something strange happens ...
all the script lines gets together ....
Example this:
will change to aliens script
need help as soon as possible!
i have pawn compiler 3.2.3664 and when i compile the script something strange happens ...
all the script lines gets together ....
Example this:
pawn Код:
public OnPlayerRequestClass(playerid, classid)
{
//this is test
return 1;
}
public OnPlayerRequestSpawn(playerid)
{
//this is test
return 1;
}
pawn Код:
public OnPlayerRequestClass(playerid, classid){
//this is test
return 1;}
public OnPlayerRequestSpawn(playerid){//this is test
return 1;}