26.05.2009, 21:40
What can I to fix this error:
error 017: undefined symbol "PlayerToPoint"
The scrpt is:
error 017: undefined symbol "PlayerToPoint"
The scrpt is:
Код:
if (strcmp("/enter", cmdtext, true) == 0) { if(PlayerToPoint(5.0, playerid, 1568.5195,-1690.6931,5.8906)) SetPlayerPos(playerid, 615.2851,-124.2390,997.6350); SetPlayerInterior(playerid, 3); return 1; } }