Skip to content

Commit df7f377

Browse files
committed
More fixes into testgm.pwn
1 parent bbe6d9b commit df7f377

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

amx-test/testgm.pwn

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include <a_samp>
22
#include <a_amx>
33
4-
new bot, bots, marker;
4+
new bot, bots;
55
66
main()
77
{
@@ -145,7 +145,7 @@ public OnPlayerSpawn(playerid)
145145
{
146146
new Float:x, Float:y, Float:z;
147147
GetPlayerPos(playerid, x, y, z);
148-
marker = CreateMarker(x, y, z, "checkpoint", 3.0, 255, 0, 0, 250);
148+
CreateMarker(x, y, z, "checkpoint", 3.0, 255, 0, 0, 250);
149149
150150
CreateBot(0, x, y, z);
151151
SetBotPos(bot, x, y, z);
@@ -279,11 +279,6 @@ public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
279279
return 1;
280280
}
281281
282-
public OnPlayerInfoChange(playerid)
283-
{
284-
return 1;
285-
}
286-
287282
public OnPlayerEnterVehicle(playerid, vehicleid, ispassenger)
288283
{
289284
return 1;

0 commit comments

Comments
 (0)