Small error I don't get fixed.
#1

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];

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);

Hope someone can give me an easy fix for this.
Reply


Messages In This Thread
Small error I don't get fixed. - by bluebear - 04.06.2009, 18:13
Re: Small error I don't get fixed. - by MenaceX^ - 04.06.2009, 18:19
Re: Small error I don't get fixed. - by bluebear - 04.06.2009, 18:24
Re: Small error I don't get fixed. - by Klutty - 04.06.2009, 18:25
Re: Small error I don't get fixed. - by bluebear - 04.06.2009, 18:26
Re: Small error I don't get fixed. - by Burridge - 04.06.2009, 18:29
Re: Small error I don't get fixed. - by bluebear - 04.06.2009, 18:32
Re: Small error I don't get fixed. - by Burridge - 04.06.2009, 18:33

Forum Jump:


Users browsing this thread: 1 Guest(s)