- 0
Help
-
Similar Content
-
- 0 answers
- 558 views
-
-
Recently Browsing 0 members
- No registered users viewing this page.
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.
Question
alin_samp1996
Cum as putea pune un text label .. la o masina personala.... si cand intra in ea sa dispara textul... dupaia cand o parchezi sa apara textul!
la OnPlayerStateChange am :
[pawn] new vehicleid = GetPlayerVehicleID(playerid);
if(newstate == PLAYER_STATE_DRIVER)
{
if(vehicleid == maxveh && GetVehicleModel(vehicleid) == 411)
{
if(strcmp(PlayerName2(playerid), Car_Owners1, true) == 0 || IsPlayerAdmin(playerid))
{
return 1;
}
else
{
GetPlayerPos(playerid, x,y,z); SetPlayerPos(playerid, x,y,z+5);
return Errors(playerid, 1);
}
}
[/pawn]
ProfesionalGaming Community
www.pgc-zone.tk
Let`ss goo PgC
1 answer to this question
Recommended Posts