Search Results
its already there....
123
Hi there, i have one problem, can't make textdraw to show up this is on GameModeInit: pawn Код: new Text:OrdersL[MAX_PLAYERS]; //this one is global, but im adding it for u just in case.....for(new...
123
Simply, get an idea what to script. After that, try to find somethink similar and chech how it works or try to edit for ur script....Whats how some my known people learn to script. Ofcourse, always he...
152
why I didn't thought about that?.... Anyway, THX
108
hi there, I need ur help: Im trying to get random other player id, if he is connected, not npc and not himself pawn Код: for(new j = 0;j < MAX_PLAYERS; j++){    i = random(MAX_PLAYERS);    ...
108
ChangeVehiclePaintjob(vehicleid,3); 'cause there are 3 paintjobs with 0, 1 and 2 ids so 3(also as 4 and 5) is emty, unless player has moded his game with extra (4th) paintjob
87
As I see u have multi gas station so u have do smth like this pawn Код: if(!IsPlayerInRangeOfPoint(playerid,RANGE,X_GAS_STATION1 ,Y_GAS_STATION1,Z_GAS_STATION1) ||!IsPlayerInRangeOfPoint(playerid,...
117
OK ok relax man...i get ur point....
368
nop its can be 3 pawn Код: stock PlayerToPoint(Float:radi, playerid, Float:x, Float:y, Float:z){    if(IsPlayerConnected(playerid))    {        new Float:oldposx, Float:oldposy, Float:old...
368
let say u have timer named Timer_Stay[MAX_PLAYERS], then: pawn Код: public OnPlayerEnterCheckpoint(playerid){    if(PlayertoPoint(3,playerid,X,Y,Z) // this x, y and z is coordinates from ur CP...
368
Well.. use timer for 1sec. which get actived then player enter to checkpoint...After that check if player is in right place with PlayerToPoint (if u have this stock) and count seconds like: pawn Ко...
368
Hi i don't get why i get this warning pawn Код: C:\Users\Marius\Documents\samp\lfree roam\gamemodes\freeroam.pwn(5171) : warning 204: symbol is assigned a value that is never used: "IsNPCInRace" ...
150
or u can use pawn Код: format(string,sizeof(string),"%d",100000+random(899999));
346
no problem.. probably i could script it but i'm too lazy now
245
https://sampwiki.blast.hk/wiki/Strlen use this to get string length if sting is like 200 u can create 2 other string variables and give them ur message then use this: https://sampwiki.blast.hk/wiki/St...
245
pawn Код: public OnPlayerEnterCheckpoint(playerid){    DisablePlayerCheckpoint(playerid);    if(IsPlayerNPC(playerid))        {        SendClientMessageToAll(MELSVA,"NPC ENTERED CP");Â...
120
Yes, i tried it, but it was alot cp with progress, but when i read your post i had an idea...thx
120
hi, i would like to know what is the best way to check npc position (like PlayerToPoint()).It should be onPlayerUpdate or maybe timer?Something else?
120