04.02.2010, 14:29
Well, I read and followed the directions in http://forum.sa-mp.com/index.php?topic=63792.0 but all I get is like 5 error #010's
#include <a_samp> #if defined FILTERSCRIPT public OnFilterScriptInit() { print("\n--------------------------------------"); print(" TELEPORTS LOADED"); print("--------------------------------------\n"); return 1; } public OnPlayerCommandText(playerid, cmdtext[]) { if (strcmp("/adminarea1", cmdtext, true, 10) == 0) { SetPlayerPos(playerid, 270.8308,1990.0657,17.5324); return 1; } return 0; } #endif
#if defined FILTERSCRIPT
#endif