Search Results
yea add OnPlayerDisconnect: pawn Код: Delete3DTextLabel(VIPLabel[playerid]); and OnPlayerConnect pawn Код: VIPLabel[playerid] = Text3D: INVALID_3DTEXT_ID; and: pawn Код: new Text3D: VIPLa...
110
https://sampforum.blast.hk/showthread.php?tid=303794 https://sampforum.blast.hk/showthread.php?tid=459876 https://sampforum.blast.hk/showthread.php?tid=437722 https://sampforum.blast.hk/showthread.php...
92
pawn Код: if(pInfo[i][pVipLevel] >= 1){    VIPLabel[playerid] = 1; //add new VIPLabel[MAX_PLAYERS]; near the other news..    format(string, sizeof(string), "VIP");    VIPLabel[playerid] =...
110
this: pawn Код: if(sscanf(params,"ui", id, level)) is working for ZCMD,to make it work in strcmp use this: pawn Код: if(sscanf(cmdtext[12],"ui", id, level)) because in ZCMD they write the para...
132
pawn Код: if(strlen(inputtext) < 5 || strlen(inputtext) > 32){  //Code}
209
You can make it like when someone join the race the raceplayers will get +1 so add this under your /race: pawn Код: raceplayers ++: And add this near the other news... pawn Код: new raceplayer...
136
pawn Код: public OnPlayerUpdate(playerid){    if(GetPlayerSpecialAction(playerid) == SPECIAL_ACTION_DUCK)    {        for(new i = 0; i < MAX_PLAYERS; i++)        {            ...
68
Just try the code i gave you because i tried it and it works fine
163
Update all of the plugins you use and then try.if it doesnt work post the register and login code here
122
Just go to the door i mean the checkpoint place and save the coordinates and set the checkpoint coordinates i mean x and y and z to the coordinates you got I can solve it but show me the code....
128
Try it Here is the code: pawn Код: #include <a_samp> #define COLOR_DARKGOLD 0x808000AA #define COLOR_RED 0xFF0000AA #define COLOR_YELLOW 0xFFFF00AA new PizzaJob[256]; public OnPlayerCommandT...
137
Did he tell you the steps?
110
As i said, i told him that he might missed a file from 0,3z pawno and i told him to update all of the includes he used and one of his includes is YSI so i have solved his problem So update Ysi and it ...
194
Sure i will help you since i am goood at pawn i will add you on skype ,next time use the help archive I will contact you today
83
All what you have to do is making a text and write the coordinates then it will work And same for pickup if you didnt fix it inwill solve it for you,post the code
93
You are using pawno 0.3x pawno and includes go to sa-mp.com and click on 0.3z then replace all of the pawno folder which you have downloaded with your pawno folder because bodypart have been added in ...
194