08.08.2009, 14:48
Quote:
Originally Posted by speedruntrainer
Error spam :S
Sorry, I don't know how to help. |

For 147 and 156 you forgot to add ';' one line before '}' (for example you have 'return 1' instead of 'return 1;'.
Function HornA means there is no such 'public HornA'. Same goes for HornB, and STime. OnPlayerKeyStateChange is default callback, so just add somewhere
pawn Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
return 1;
}