[Tutorial] How to map, texture and make your own text objects.
#6

Quote:
Originally Posted by ItzzWesty
View Post
good job ,
C:\Users\HP\Desktop\samp w\pawno\Untitled.pwn(4) : fatal error 100: cannot read from file: "streamer"

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


1 Error.
but how to fix this fuck ?
add this above your gamemode
#include <streamer>

Quote:
Originally Posted by ItzzWesty
View Post
what the fuck is this damn man , can you explain this ?
----------------------
v0.3.7-R2, ©2005-2015 SA-MP Team

[12:22:41] password = "" (string)
[12:22:41]
[12:22:41] Server Plugins
[12:22:41] --------------
[12:22:41] Loaded 0 plugins.

[12:22:41]
[12:22:41] Filterscripts
[12:22:41] ---------------
[12:22:41] Loading filterscript 'maps.amx'...
[12:22:41] Unable to load filterscript 'maps.amx'.
[12:22:41] Loading filterscript 'commands.amx'...
[12:22:41] Failed to load 'filterscripts/commands.amx.amx' filterscript.
[12:22:41] Unable to load filterscript 'commands.amx'.
[12:22:41] Loaded 0 filterscripts.

[12:22:41] AllowAdminTeleport() : function is deprecated. Please see OnPlayerClickMap()
Go to OnPlayerClickMap and remove it then add a new one:

Quote:

public OnPlayerClickMap(playerid, Float:fX, Float:fY, Float:fZ)
{
if(AdminLevel[playerid] >= 1)
{
SetPlayerPos(playerid, fX, fY, fZ);
return 1;
}
return 1;
}

Replace AdminLevel with your Admin variable level..
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)