04.06.2009, 18:13
C:\Program Files\GTASanAndreas\SAMP\gamemodes\PDTrainingServe r.pwn(-) : error 004: function "ProxDetector" is not implemented
Part of the script it is in.
Of course I added
forward ProxDetector(Float:radi, playerid, string[],col1,col2,col3,col4,col5);
new string[256];
Hope someone can give me an easy fix for this.
Part of the script it is in.
Of course I added
forward ProxDetector(Float:radi, playerid, string[],col1,col2,col3,col4,col5);
new string[256];
Quote:
MoveObject(PDGate,1592.693970,-1638.093018,12.534330,7.5); GetPlayerName(playerid, sendername, sizeof(sendername)); format(string, sizeof(string), "* %s Opens the gate with his/her remote control ", sendername); ProxDetector(25.0, playerid, string, COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPLE,COLOR_PURPL E,COLOR_PURPLE); |