Search Results
Bye. i stopped playing samp and scripting
156
try this pawn Код: CMD:startinfernuswar(playerid, params[]) {     if(ActOn[InfernusWar] == 1) return s(playerid,0x1EE1BAC8,"ERROR");     ActTimer[InfernusWar][0] = SetTimer("InfernusWarCD",10...
172
pawn Код: if(strcmp(cmd, "/lcmds", true) == 0) {                if(PlayerInfo[playerid][Level] >= 0)        {                SendClientMessage(playerid,blue,"    ---= [ Mo...
141
pawn Код: SetCheckpointForAll(Float:x, Float:y, Float:z, Float:size){    for(new i=0; i<MAX_PLAYERS; i++)    {        if(IsPlayerConnected(i))          {              SetPla...
118
you can learn scripting http://forum.sa-mp.com/forumdisplay.php?f=70
98
pawn Код: enum pInfo{    pAdmin,    pCash,    pKills,    pDeaths,    pPass}
113
can you show your first variable like pawn Код: enum PInfo{    Bla2,    Bla} edit: use this pawn Код: CMD:stats(playerid,params[]){    new Admin = PlayerInfo[playerid][pAdmin];    ne...
113
it is file name ( i guessing ) cause i read this pawn Код: #include "../include/gl_common.inc" just change pawn Код: #incude <ERP05/streamer> to pawn Код: #include <streamer&...
100
Moving Ship ? EDIT: you can edit pirateship.pwn form Samp Server, :P
85
like this ? https://sampforum.blast.hk/showthread.php?tid=447075
107
pawn Код: CMD:grafiti(playerid,params[]){   new Text[MAX_PLAYERS];   new Float:X,Float:Y,Float:Z;   GetPlayerPos(playerid,X,Y,Z);   Text[playerid] = CreateObject(19353, X, Y, Z, 0.0, 0.0, ...
174
yes, but he say thanks edit: not work he won't wait 24 hours, so, i show example for him to 10 mins
293
pawn Код: public OnPlayerConnect(playerid){ SetPlayerTeam(playerid,NO_TEAM);  return 1;}
171
do this pawn Код: SetObjectMaterialText(yourobject, "Your Text", 0, OBJECT_MATERIAL_SIZE_256x128,\"Arial", 28, 0, 0xFFFF8200, 0, OBJECT_MATERIAL_TEXT_ALIGN_CENTER); Код: objectid The ID of...
174