Search Results
Can anyone tell me how do you make transparent textdraw? I made a box(rectangle) and now how do you make it transparent?
66
It is dialog. http://pastebin.com/yMZyBdBM It is my code.
160
Ohh I found.. It was with zcmd.inc . Don't know why. I really need zcmd for the animations meyby its old?
160
Hello. I compiled my pwn find, I didn't get any errors or warnings. I join my server but when i type any command it says it is unknown for the server. Any conclusions ?
160
Doesnt work... Like im facing NORTH then i type /l and it like go on SOUTH-EAST...
169
Код: if(strcmp(cmdtext, "/l", true) == 0) { if(stored[playerid] == 1) { if(IsPlayerInAnyVehicle(playerid)) { new vehid = GetPlayerVehicleID(playerid); SetVehiclePos(...
169
I dunno how you do it :/ I check it on wiki didnt get it :/ The only thing i dont know is where should i write it in my command...
169
Код: if (strcmp(cmdtext, "/ciggy", true)==0){ SendClientMessage(playerid, 0x33AA33AA, "Now you can go smoke"); ApplyAnimation(playerid,"JST_BUISNESS","smoke_01",4.1,0,1,1,1,1); ...
125
Hey guys. I have a save and loadpos system. Savepos works perfectly but loadpos doesnt. It teleports player where it is, but if player is in vehicle the vehicle doesnt teleport with player. How do you...
169
Is that right? Код: if(strcmp(cmdtext, "/vg", true)==0) { if(God[playerid] == 0) { God[playerid] = 1; SendClientMessage(playerid,COLOR_LIGHTBLUE,"WÅ‚Ä…czyÅ‚eÅ› nieÅ...
61
Hello. Can someone tell me how to make a command that have 2 functions? I need command /vg. When you type /vg you turn on or off vehicle god can you tell me how do you make it? So like when you type /...
61
Hello. First of all tell me if its right: Код: public OnPlayerUpdate(playerid) { if((GetPlayerScore(playerid) >= 0) && (GetPlayerScore(playerid) <= 100)) { SetPlayerColor...
72
Well you didnt get me. I want pick up that loads with track. On server there are over 30 tracks and i have to make pick ups for each of them.
63
Hey guys. I have few questions: 1.How to make Pick Ups? Like A Pill gives you nitro when you are in car or a skull means that you blow up? I want to add them to a Track with checkpoints. 2.How to m...
63
MadeMan i have it jame42 those are same things o.o @EDIT I fixed it thanks
102
Hello. I am getting those errors : Код: C:\Documents and Settings\Mariusz\Pulpit\eTo\Server\Drift\gamemodes\Untitled.pwn(234) : error 017: undefined symbol "DriftTD" C:\Documents and Settings\Mari...
102
Look on line 183 , 184 , 185 , 188 ... DriftTD is textdraw
73
Hello. I am getting funny errors (defines o.o) This is my script: http://pastebin.com/Qa9UFJ2Z My Errors: Код: C:\Documents and Settings\Mariusz\Pulpit\samp03asvr_R8_win32\gamemodes\testb2d.pwn(5...
73
but i have : Код: public ShowGameTextForPlayer(playerid) //optimised code here :D { new string[32]; switch(GAMETEXT_COLOR) //sets the text's color { case 0: format(string,sizeof(string),"%...
64